body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1000 ? "1000px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* a {
    transition: all 0.3s linear 0s;
} */


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*index banner*/

.banner02 {
    width: 100%;
    position: relative;
    z-index: 0;
}

.banner02 .flexslider {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    min-width: 1000px;
}

.banner02 .slides {
    position: relative;
    z-index: 1;
}

.banner02 .slides li {
    height: 100%;
}

.banner02 .slides li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner02 .flex-direction-nav,
.banner02 .flex-control-nav {
    display: none
}

.headtop{padding: 33px 0;border-bottom: 1px solid #e1e1e1;}
.headtop .fr{background: url(../images/tel.png) no-repeat 0 center;padding-left: 55px;}
.headtop .p1{color: #383939;font-size: 16px;line-height: 30px;}
.headtop .p2{color: #1c4aa2;font-size: 30px;}
.headbottom{box-shadow: 0 5px 10px #d3dee1;}
.headbottom .fr form{width: 342px;height: 55px;background: url(../images/search.png);position: relative;}
.headbottom .fr .txt{width: 280px;height: 35px;padding-left: 15px;border-radius: 10px;top: 10px;left: 23.5px;position: absolute;font-size: 16px;}
.headbottom .fr .btn{width: 20px;height: 22px;background: url(../images/btn.png) no-repeat;position: absolute;right: 40px;top: 16.5px;}

.footer{padding: 60px 0 40px 0;background-color: #0a3ea0;}
.footer .foot1{width: 475px;}
.footer .foot1 img{margin-bottom: 32px;}
.footer .foot1 p{padding-left: 40px;color: #fff;line-height: 32px;font-size: 16px;}
.footer .foot1 .p1{background: url(../images/f1.png) no-repeat 3px;}
.footer .foot1 .p2{background: url(../images/f2.png) no-repeat 5px;}
.footer .foot1 .p3{background: url(../images/f3.png) no-repeat 7px;}
.footer .foot1 .p4{background: url(../images/f4.png) no-repeat 5px;}
.footer .foot2{width: 550px;}
.footer .foot2 .p1{font-size: 20px;color: #fff;}
.footer .foot2 .foot2C{margin-top: 8px;}
.footer .foot2 a{display: block;height: 42px;line-height: 42px;padding-left: 40px;width: 160px;font-size: 16px;border-bottom: 1px dashed #ffffff;margin-right: 65px;color: #fff;}
.footer .foot2 a{background: url(../images/f5.png) no-repeat 10px center;}
.footer .foot3{width: 156px;}
.footer .foot3 img{width: 156px;height: 156px;}
.footer .foot3 p{text-align: center;margin-top: 25px;font-size: 16px;color: #fff;}


